home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / winsql.zip / EXAMPLES.ZIP / QUERY14.SQL < prev    next >
Text File  |  1991-05-30  |  83b  |  6 lines

  1. update s
  2.   set status = 2 * status
  3.   where city = 'London';
  4.  
  5. select * from s;
  6.